home *** CD-ROM | disk | FTP | other *** search
/ Chop Suey / Chop Suey (1995)(Magnet Interactive Studios).iso / common / firefly.dir / 00031.ls < prev    next >
Encoding:
Text File  |  1995-06-16  |  114 b   |  9 lines

  1. on exitFrame
  2.   if the timer < (6 * 60) then
  3.     nothing()
  4.   else
  5.     startTimer()
  6.     go("GrovFly2")
  7.   end if
  8. end
  9.